Updates a DataAddress for an asset with the given ID
Updates a DataAddress for an asset with the given ID
Path Parameters
- assetId string required
Header Parameters
- connectorUrl string
- application/json
Request Body required
- object
Responses
- 200
- 400
- 404
Asset was updated successfully
- application/json
- Schema
- Example (from schema)
Schema
- object
{}
Request body was malformed, e.g. id was null
Asset could not be updated, because it does not exist.
Loading...